|
Eclipse JDT Pre-release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IJavaSearchScope | |
org.eclipse.jdt.core.search | Provides support for searching the workspace Java elements that match a particular description. |
org.eclipse.jdt.ui | Application programming interfaces for interaction with the Eclipse Java User Interface. |
Uses of IJavaSearchScope in org.eclipse.jdt.core.search |
Methods in org.eclipse.jdt.core.search that return IJavaSearchScope | |
static IJavaSearchScope |
SearchEngine.createHierarchyScope(IType type)
Returns a java search scope limited to the hierarchy of the given type. |
static IJavaSearchScope |
SearchEngine.createHierarchyScope(IType type,
WorkingCopyOwner owner)
Returns a java search scope limited to the hierarchy of the given type. |
static IJavaSearchScope |
SearchEngine.createJavaSearchScope(IResource[] resources)
Deprecated. Use createJavaSearchScope(IJavaElement[]) instead |
static IJavaSearchScope |
SearchEngine.createJavaSearchScope(IJavaElement[] elements)
Returns a java search scope limited to the given java elements. |
static IJavaSearchScope |
SearchEngine.createJavaSearchScope(IJavaElement[] elements,
boolean includeReferencedProjects)
Returns a java search scope limited to the given java elements. |
static IJavaSearchScope |
SearchEngine.createWorkspaceScope()
Returns a java search scope with the workspace as the only limit. |
Methods in org.eclipse.jdt.core.search with parameters of type IJavaSearchScope | |
abstract void |
SearchParticipant.locateMatches(SearchDocument[] indexMatches,
SearchPattern pattern,
IJavaSearchScope scope,
SearchRequestor requestor,
IProgressMonitor monitor)
Locate the matches in the given documents and report them using the search requestor. |
abstract IPath[] |
SearchParticipant.selectIndexes(SearchPattern query,
IJavaSearchScope scope)
Returns the collection of index paths to consider when performing a given search query in a given scope. |
void |
SearchEngine.search(IWorkspace workspace,
String patternString,
int searchFor,
int limitTo,
IJavaSearchScope scope,
IJavaSearchResultCollector resultCollector)
Searches for the Java element determined by the given signature. |
void |
SearchEngine.search(IWorkspace workspace,
IJavaElement element,
int limitTo,
IJavaSearchScope scope,
IJavaSearchResultCollector resultCollector)
Searches for the given Java element. |
void |
SearchEngine.search(IWorkspace workspace,
ISearchPattern searchPattern,
IJavaSearchScope scope,
IJavaSearchResultCollector resultCollector)
Searches for matches of a given search pattern. |
void |
SearchEngine.search(SearchPattern pattern,
SearchParticipant[] participants,
IJavaSearchScope scope,
SearchRequestor requestor,
IProgressMonitor monitor)
Searches for matches of a given search pattern. |
void |
SearchEngine.searchAllTypeNames(IWorkspace workspace,
char[] packageName,
char[] typeName,
int matchMode,
boolean isCaseSensitive,
int searchFor,
IJavaSearchScope scope,
ITypeNameRequestor nameRequestor,
int waitingPolicy,
IProgressMonitor progressMonitor)
Searches for all top-level types and member types in the given scope. |
Uses of IJavaSearchScope in org.eclipse.jdt.ui |
Methods in org.eclipse.jdt.ui with parameters of type IJavaSearchScope | |
static SelectionDialog |
JavaUI.createTypeDialog(Shell parent,
IRunnableContext context,
IJavaSearchScope scope,
int style,
boolean multipleSelection,
String filter)
Creates a selection dialog that lists all types in the given scope. |
static SelectionDialog |
JavaUI.createTypeDialog(Shell parent,
IRunnableContext context,
IJavaSearchScope scope,
int style,
boolean multipleSelection)
Creates a selection dialog that lists all types in the given scope. |
static SelectionDialog |
JavaUI.createMainTypeDialog(Shell parent,
IRunnableContext context,
IJavaSearchScope scope,
int style,
boolean multipleSelection,
String filter)
Creates a selection dialog that lists all types in the given scope containing a standard main method. |
static SelectionDialog |
JavaUI.createMainTypeDialog(Shell parent,
IRunnableContext context,
IJavaSearchScope scope,
int style,
boolean multipleSelection)
Creates a selection dialog that lists all types in the given scope containing a standard main method. |
|
Eclipse JDT Pre-release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |